From f943f76c33b9e1358d43d3c5c2acd9039e59b3df Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Fri, 1 Feb 2019 16:08:54 +0100 Subject: [PATCH] debian/control: add dh-python build-dep Lintian is complaining: missing-build-dependency-for-dh_-command "The source package appears to be using a dh_ command but doesn't build depend on the package that actually provides it. If it uses it, it must build depend on it." --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index c8a7335cb7..affb9374eb 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: rdfind, lsb-release, python-dev, + dh-python, bcc [i386 amd64], gcc-multilib [i386 amd64], e2fslibs-dev, -- 2.30.2